home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / UCB Logo 3.0 / logolib / quoted < prev    next >
Encoding:
Text File  |  1992-10-10  |  81 b   |  7 lines  |  [TEXT/JV01]

  1. to quoted :stuff
  2. if wordp :stuff [op word "" :stuff]
  3. op :stuff
  4. end
  5.  
  6. bury "quoted
  7.